home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- global gScheggia
- if soundBusy(1) then
- sound stop 1
- end if
- if soundBusy(2) then
- sound stop 2
- end if
- if gScheggia = "on" then
- gScheggia = "off"
- unLoad()
- set the member of sprite 44 to member("TastiOpere5")
- end if
- cursor(-1)
- go("etude")
- end
-